Skip to content

Handle fixed stack slots in the move resolver#78

Merged
cfallin merged 1 commit intobytecodealliance:mainfrom
Amanieu:fix-fixed-stack
Sep 19, 2022
Merged

Handle fixed stack slots in the move resolver#78
cfallin merged 1 commit intobytecodealliance:mainfrom
Amanieu:fix-fixed-stack

Conversation

@Amanieu
Copy link
Copy Markdown
Contributor

@Amanieu Amanieu commented Sep 15, 2022

Fixed stack slots are treated as PRegs by most of the register allocator, but need some additional handling the move resolver to avoid generating stack-to-stack moves.

Fixed stack slots are treated as `PReg`s by most of the register
allocator, but need some additional handling the move resolver to avoid
generating stack-to-stack moves.
Copy link
Copy Markdown
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks reasonable as well; thanks!

@cfallin cfallin merged commit 520cafa into bytecodealliance:main Sep 19, 2022
@cfallin cfallin mentioned this pull request Sep 20, 2022
@Amanieu Amanieu deleted the fix-fixed-stack branch November 24, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants